Scopira  20080306
legacy.h
1 
2 /*
3  * Copyright (c) 2004 National Research Council
4  *
5  * All rights reserved.
6  *
7  * This material is confidential and proprietary information of
8  * National Research Council Canada ("Confidential Information").
9  * This Confidential Information may only be used and reproduced
10  * in accordance with the terms of the license agreement.
11  *
12  */
13 
14 //
15 // Include this file only if you're considered "old code".
16 //
17 // All kinds of checks and warnings will be here, eventually.
18 //
19 
20 #ifndef LEGACY_OK
21 #ifdef NO_LEGACY
22 #error NO_LEGACY is set, and youve included a header file marked as legacy.
23 #endif
24 #endif