Stl.h

Go to the documentation of this file.
00001 /* $Id: Stl.h,v 1.2 2005/05/10 17:08:02 pfb Exp $ */
00002 
00003 #ifndef _Stl_h
00004 #define _Stl_h
00005 
00017 struct Ltstr
00018   {
00019   //****************************************************************************
00020                              public:
00021 
00028   bool operator()(const char* s1, const char* s2) const;
00029   };
00030 
00031 /*
00032  * $Log: Stl.h,v $
00033  * Revision 1.2  2005/05/10 17:08:02  pfb
00034  * Added module info.
00035  *
00036  * Revision 1.1  2004/07/18 13:15:05  pfb
00037  * Initial rev.
00038  *
00039  *
00040  */
00041 
00045 #endif