Ignore:
Timestamp:
04/11/2007 16:33:53 (5 years ago)
Author:
chris
Message:

Allow ObjectExists?() to take a std::string instead of just char *.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/Utils.h

    r217 r1920  
    3030        ObjectExists_Dir = 2 
    3131}; 
    32 int ObjectExists(const char *Filename); 
     32int ObjectExists(const std::string& rFilename); 
    3333 
    3434#include "MemLeakFindOff.h" 
Note: See TracChangeset for help on using the changeset viewer.