(file) Return to gen.cpp CVS log (file) (dir) Up to [OMI] / omi / gen

Diff for /omi/gen/gen.cpp between version 1.1 and 1.3

version 1.1, 2012/05/30 22:47:39 version 1.3, 2012/06/25 19:51:01
Line 941 
Line 941 
         !cd->properties[index2]->className)         !cd->properties[index2]->className)
         return false;         return false;
  
     return _Scasecmp(cd->properties[index1]->className,cd->properties[index2]->className) != 0;      return true;
 } }
  
 //============================================================================== //==============================================================================
Line 4544 
Line 4544 
         "<METHODS>"         "<METHODS>"
         "    &<SCHEMA>, /* schema */\n"         "    &<SCHEMA>, /* schema */\n"
         "    <FUNCS>, /* functions */\n"         "    <FUNCS>, /* functions */\n"
           "    NULL, /* owningClass */\n"
         "};\n";         "};\n";
  
     string r = T;     string r = T;


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

ViewCVS 0.9.2