Ignore:
Timestamp:
Oct 11, 2000, 7:26:43 PM (25 years ago)
Author:
ercodmgr
Message:

Ajout de cxxexecutor (Execution C++ en ligne ds piapp) - CMV+Reza 11/10/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomimagadapter.cc

    r1215 r1224  
    55#include <string>
    66
     7#include "datatype.h"
     8
    79#include "nomimagadapter.h"
    810#include "pimgadapter.h"
     
    4951{
    5052string type = "Image< ";
    51 type +=  DecodeTypeIdName(typeid(T).name());
     53// type +=  DecodeTypeIdName(typeid(T).name());
     54type += DataType<T>::getTypeName();
    5255type +=  " > ";
    5356return(type);
Note: See TracChangeset for help on using the changeset viewer.