rcsid.h File Reference


Detailed Description

Define a RCS id string.

Version:
Name
OSB_060808
Revision
1.6
This hack has the following purposes:
1. To define the RCS id string variable in the local namespace, so that there won't be any duplicate extern symbols at link time.
2. To avoid warnings of the type "variable declared and never used".

Definition in file rcsid.h.

Go to the source code of this file.

Defines


Define Documentation

#define OSB_RCSID ( id   ) 

Value:

namespace { \
        inline const char* get_rcsid(const char*) \
        { \
            return id ; \
        } \
        const char* rcsid = get_rcsid(rcsid); \
    }

Definition at line 39 of file rcsid.h.


Generated on Sat Sep 2 14:06:36 2006 for OSB Library by  doxygen 1.4.7