Changeset 152 for Evidence/Evidence.h


Ignore:
Timestamp:
01/27/10 15:28:06 (15 years ago)
Author:
ogrimm
Message:
Updates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Evidence/Evidence.h

    r142 r152  
    44#include <stdio.h>
    55#include <stdarg.h>
     6#include <string>
    67#include <errno.h>
     8#include <exception>
    79
    810#include "dis.hxx"
     
    1113#define NO_LINK (char *) "__&DIM&NOLINK&__" // Data if no link available
    1214#define STATUS_SIZE 1000                                        // Bytes for status service string
     15
     16using namespace std;
    1317
    1418// Declaration of item for history buffer (see DColl.cc)
     
    2933        unsigned int ConfigNum;
    3034
    31     char *StatusName;
    3235    DimService *Status;
    3336
    34     static void SignalHandler(int);  // static needed for signal() function
     37    static void SignalHandler(int); // static for signal()
     38    static void Terminate();            // static for set_terminate()
    3539        void errorHandler(int, int, char *);
    3640        void exitHandler(int);
     
    4347
    4448        void State(StateType, const char *, ...);
     49        char* GetConfig(const char *, const char * = NULL);
     50        static char* ToString(DimInfo *);
    4551
    46         char* GetConfig(const char *);
    47         static char *ToString(DimInfo *);
    48         static int MakeString(char **Pointer, const char *Format, ...);
    49        
    5052    static bool ExitRequest;
    5153};
Note: See TracChangeset for help on using the changeset viewer.