(file) Return to Dir.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

File: [Pegasus] / pegasus / src / Pegasus / Common / Dir.cpp (download)
Revision: 1.3, Wed Apr 11 03:30:33 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.2: +7 -154 lines
More porting

#include "Dir.h"

#if defined(PEGASUS_OS_TYPE_WINDOWS)
# include "DirWindows.cpp"
#elif defined(PEGASUS_OS_TYPE_UNIX)
# include "DirUnix.cpp"
#else
# error "Unsupported platform"
#endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2