Show
Ignore:
Timestamp:
03/04/10 12:21:27 (14 years ago)
Author:
bhilburn
Message:

Updated all cognitive engine examples to use new CBR structure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp

    r533 r545  
    2727#include <stdint.h> 
    2828 
    29 #include "vtcross/cognitive_engine.h" 
    30 #include "vtcross/common.h" 
    31 #include "vtcross/containers.h" 
     29#include "DSA_CognitiveEngine.h" 
    3230#include "vtcross/debug.h" 
    3331#include "vtcross/error.h" 
    34 #include "vtcross/socketcomm.h" 
    3532 
    3633 
     
    4138       ERROR(1, "Usage: %s hostname port\n", argv[0]); 
    4239     
    43     CognitiveEngine cognitiveEngine(argv[1], argv[2], 10, false); 
     40    DSA_CE cognitiveEngine(argv[1], argv[2], 10, false); 
    4441 
    4542    LOG("Waiting for signal...\n");