ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/openbabel/obconversion.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/openbabel/obconversion.cpp (file contents):
Revision 2440 by tim, Wed Nov 16 19:42:11 2005 UTC vs.
Revision 2454 by gezelter, Thu Nov 17 20:44:41 2005 UTC

# Line 61 | Line 61 | const char* OBFormat::TargetClassDescription()
61                  return OBConversion::GetDefaultFormat()->TargetClassDescription();
62          else
63                  return "";
64 < };
64 > }
65   const type_info& OBFormat::GetType()
66   {
67          //Provides info on class of default format unless overridden
# Line 69 | Line 69 | const type_info& OBFormat::GetType()
69                  return OBConversion::GetDefaultFormat()->GetType();
70          else
71                  return typeid(this); //rubbish return if DefaultFormat not set
72 < };
72 > }
73  
74   //***************************************************
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines