Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/shmfile.h
00001 // Copyright (c) 2004 David Muse
00002 // See the COPYING file for more information
00003 
00004         private:
00005                 virtual int32_t openInternal(const char *name, int32_t flags);
00006                 virtual int32_t openInternal(const char *name,
00007                                                 int32_t flags, mode_t perms);
00008                 shmfileprivate  *pvt;