|
rules/NocRules.hGo to the documentation of this file.00001 //============================================================================ 00002 // Author : Alessandro Pinto <apinto@eecs.berkeley.edu> 00003 // University of California, Berkeley 00004 // 545 Cory Hall, Berkeley, CA 94720 00005 // Copyright : See COPYING file that comes with this distribution 00006 //============================================================================ 00007 00008 #ifndef NOCRULES_H_ 00009 #define NOCRULES_H_ 00010 00011 namespace cosi 00012 { 00013 00014 class NocRules 00015 { 00016 public: 00017 NocRules(); 00018 virtual ~NocRules(); 00019 }; 00020 00021 } 00022 00023 #endif /*NOCRULES_H_*/ Generated on Sun Sep 7 18:37:43 2008 for COSI by 1.5.4 |