Diff for /parser3/src/main/pa_exception.C between versions 1.4 and 1.8

version 1.4, 2001/02/22 10:43:45 version 1.8, 2001/03/19 16:44:02
Line 1 Line 1
 /*  /** @file
   $Id$          Parser
           Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
           Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
   
           $Id$
 */  */
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   
 #include "pa_exception.h"  
 #include "pa_common.h"  #include "pa_common.h"
   #include "pa_exception.h"
   
 void Exception::_throw(const String *atype, const String *acode,  void Exception::_throw(const String *atype, const String *acode,
                                           const String *aproblem_source,                                             const String *aproblem_source, 

Removed from v.1.4  
changed lines
  Added in v.1.8


E-mail: