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/OSSIE_DEMO_CE/OSSIE_Demo.cpp

    r534 r545  
    1717#include <stdint.h> 
    1818 
    19 #include "vtcross/cognitive_engine.h" 
    20 #include "vtcross/common.h" 
    21 #include "vtcross/containers.h" 
     19#include "OSSIE_CE.h" 
    2220#include "vtcross/debug.h" 
    2321#include "vtcross/error.h" 
    24 #include "vtcross/socketcomm.h" 
    2522 
    2623 
     
    3128       ERROR(1, "Usage: %s hostname port\n", argv[0]); 
    3229     
    33     CognitiveEngine cognitiveEngine(argv[1], argv[2], 10, false); 
     30    OSSIE_CE cognitiveEngine(argv[1], argv[2], 10, false); 
    3431 
    3532    LOG("Waiting for signal...\n");