www.pudn.com > bp_cpp.zip > interface.cpp


/* 
 * public/ann/interface.c 
 * 2004-05-03 by ShanLanshan 
 * 
 * Implement ann lib interface 
 */ 
#include "public/ann/interface.h" 
 
namespace ann { 
 
	IAnnVector::~IAnnVector(){} 
	IAnnVectorConverter::~IAnnVectorConverter(){} 
	IAnnVectorContainer::~IAnnVectorContainer(){} 
 
}	// namespace ann