blob: a455ac37fb09771df67dfb798787dff5a981a5e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
CLD - list of changes (sidchat, May 2009)
- cld_interface.cc - comment out
//#include "cld/bar/common/component.h"
//#include "cld/bar/common/execute/execute_utils.h"
and comment out requirements in function ::GetVerifiedDllFileName
-------------
Commented out the following in commandlineflags.h
class FlagSaver {
public:
FlagSaver();
~FlagSaver();
private:
class FlagSaverImpl* impl_; // we use pimpl here to keep API steady
FlagSaver(const FlagSaver&); // no copying!
void operator=(const FlagSaver&);
}
#ifndef SWIG // swig seems to have trouble with this for some reason
ATTRIBUTE_UNUSED
#endif
;
----------------
|