ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
Betchart
/
TopRefTuple
/
src
/
classes.h
Revision:
1.2
Committed:
Sun Jan 13 07:42:14 2013 UTC
(12 years, 3 months ago) by
bbetchar
Content type:
text/plain
Branch:
MAIN
Changes since
1.1
:
+0 -2 lines
Log Message:
No need for edm::Wrapper
File Contents
#
Content
1
#ifndef TOPREF_CLASSES_H
2
#define TOPREF_CLASSES_H
3
4
#include <string>
5
#include <map>
6
7
namespace {
8
struct dictionary {
9
std::map<std::string,int> dummi0;
10
};
11
}
12
13
#endif