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/CBR_CE/cbr_demo.cpp

    r532 r545  
    2727#include <stdint.h> 
    2828 
    29 #include "vtcross/cognitive_engine.h" 
    30 #include "vtcross/common.h" 
    31 #include "vtcross/containers.h" 
     29 
     30#include "CBR_CE.h" 
    3231#include "vtcross/debug.h" 
    3332#include "vtcross/error.h" 
    34 #include "vtcross/socketcomm.h" 
    3533 
    3634 
     
    4139       ERROR(1, "Usage: %s hostname port\n", argv[0]); 
    4240     
    43     CognitiveEngine cognitiveEngine(argv[1], argv[2], 10, false); 
     41    CBR_CE cognitiveEngine(argv[1], argv[2], 10, false); 
    4442 
    4543    LOG("Waiting for signal...\n");