Changeset 8619 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Jun 20, 2006, 1:24:11 PM (19 years ago)
- Location:
- trunk/src/lib/util
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/color.cc
r8448 r8619 24 24 printf("r:%0.2f g:%0.2f, b:%0.2f, a:%0.2f\n", r(), g(), b(), a()); 25 25 } 26 27 26 28 27 29 /** -
trunk/src/lib/util/executor/functor_list.h
r8048 r8619 144 144 FUNCTOR_LIST(3)(l_STRING, l_UINT, l_UINT); 145 145 146 FUNCTOR_LIST(5)(l_FLOAT, l_FLOAT, l_FLOAT, l_FLOAT, l_STRING); 147 146 148 #endif /* FUNCTOR_LIST */ -
trunk/src/lib/util/filesys/file.cc
r8333 r8619 205 205 206 206 /// FIXME NEXT THREE FUNCTIONS 207 bool File::isRead eable() const207 bool File::isReadable() const 208 208 { 209 209 #ifndef __WIN32__ -
trunk/src/lib/util/filesys/file.h
r8333 r8619 51 51 bool isFile() const; 52 52 bool isDirectory() const; 53 bool isRead eable() const;53 bool isReadable() const; 54 54 bool isWriteable() const; 55 55 bool isExecutable() const;
Note: See TracChangeset
for help on using the changeset viewer.