TarzaNN
TarzaNN neural network simulator
C:/Users/albertlr/projects/TarzaNN/TarzaNN/NotifyStrategyASync.h
Go to the documentation of this file.
00001 
00002 #ifndef NOTIFYSTRATEGYASYNC_H_INCLUDE
00003 #define NOTIFYSTRATEGYASYNC_H_INCLUDE
00004 
00005 #include "NotifyStrategyAbstract.h"
00006 
00008 class NotifyStrategyASync: public NotifyStrategyAbstract{
00009 public:
00011     void updateNN(Observer* sourceFP, bool functional){}
00012 };
00013 
00014 #endif /*NOTIFYSTRATEGYASYNC_H_INCLUDE*/
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines