Ignore:
Timestamp:
02/20/12 22:04:50 (13 years ago)
Author:
ogrimm
Message:
EvidenceServer::ToString() can handle all DIM formats as long as padding is disabled
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/Evidence/Evidence.h

    r12892 r12910  
    1111#include <map>
    1212#include <set>
     13#include <limits>
    1314
    1415#include <exception>
     
    7980        static void Lock();
    8081        static void Unlock();
    81         static std::string ToString(char *, void *, int);
     82        static std::string ToString(char *, const void *, int);
    8283        static bool ServiceOK(DimInfo *);
    8384        static bool ServiceOK(DimRpcInfo *);
Note: See TracChangeset for help on using the changeset viewer.