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"
Include dependency graph for Capabilities.cpp:

Go to the source code of this file.

Defines

#define ACE_ESC   ((ACE_TCHAR)0x1b)

Functions

 ACE_RCSID (ace, Capabilities,"$Id: Capabilities.cpp 79134 2007-07-31 18:23:50Z johnnyw $") 1 ACE_CapEntry
static int is_empty (const ACE_TCHAR *line)
static int is_line (const ACE_TCHAR *line)

Define Documentation

#define ACE_ESC   ((ACE_TCHAR)0x1b)

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]

Definition at line 293 of file Capabilities.cpp.

00294 {
00295   while (*line && ACE_OS::ace_isspace (*line))
00296     ++line;
00297 
00298   return *line == ACE_TEXT ('\0') || *line == ACE_TEXT ('#');
00299 }

static int is_line ( const ACE_TCHAR line  )  [static]

Definition at line 302 of file Capabilities.cpp.

00303 {
00304   while (*line && ACE_OS::ace_isspace (*line))
00305     ++line;
00306 
00307   return *line != ACE_TEXT ('\0');
00308 }

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sat Nov 21 23:11:50 2009 for ACE by  doxygen 1.6.1