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

 
#define UNLOCK_PREV  ) 
 

Value:

if (prev_locked == 1) \
    { \
        if (prev != NULL) \
        { \
            rc = prev->unlock(); \
            phPRINT_RC(rc,NULL,"prev->unlock();"); \
        } \
        prev_locked = 0; \
    } \
    else \
    { \
        phPROGRESS("Previous unlocked already\n"); \
    }

Definition at line 450 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:15 2007 for phission by  doxygen 1.4.4