source:
GTP/trunk/Lib/Vis/Preprocessing/src/SubdivisionCandidate.cpp
@
1633
Revision 1633, 215 bytes checked in by mattausch, 18 years ago (diff) |
---|
Line | |
---|---|
1 | #include "SubdivisionCandidate.h" |
2 | |
3 | using namespace std; |
4 | |
5 | namespace GtpVisibilityPreprocessor { |
6 | |
7 | int SubdivisionCandidate::sMailId = 10000;//2147483647; |
8 | int SubdivisionCandidate::sReservedMailboxes = 1; |
9 | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.