Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

 
#define LOCK_NEXT  ) 
 

Value:

if (next_locked == 0) \
    { \
        if (next != NULL) \
        { \
            rc = next->lock(); \
            phPRINT_RC(rc,NULL,"next->lock();"); \
        } \
        next_locked = 1; \
    } \
    else \
    { \
        phPROGRESS("Next locked already\n"); \
    }

Definition at line 435 of file phList.cpp.





Copyright (C) 2002 - 2007 Philip D.S. Thoren ( pthoren@users.sourceforge.net )
University Of Massachusetts at Lowell
Robotics Lab
SourceForge.net Logo

Generated on Sat Jun 16 02:44:14 2007 for phission by  doxygen 1.4.4