Capabilities.cpp File Reference
#include "ace/Capabilities.h"
#include "ace/OS_NS_ctype.h"
#include "ace/OS_Memory.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_stdio.h"
Go to the source code of this file.
Define Documentation
Function Documentation
| ACE_RCSID |
( |
ace |
, |
|
|
Capabilities |
, |
|
|
"$Id: Capabilities.cpp 79134 2007-07-31 18:23:50Z johnnyw $" |
| |
|
) |
| | |
Definition at line 12 of file Capabilities.cpp.
00014 : Capabilities.cpp 79134 2007-07-31 18:23:50Z johnnyw $")
00015
00016
00017 #define ACE_ESC ((ACE_TCHAR)0x1b)
00018
00019 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00020
00021 ACE_CapEntry::~ACE_CapEntry (void)
00022 {
00023 }
| static int is_empty |
( |
const ACE_TCHAR * |
line |
) |
[static] |
| static int is_line |
( |
const ACE_TCHAR * |
line |
) |
[static] |