Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/include/CLAM/ |
Current File : //proc/self/root/usr/include/CLAM/TypedOutControl.hxx |
#ifndef _TypedOutControl_ #define _TypedOutControl_ #include "OutControl.hxx" #warning TypedOutControl<T> is deprecated use OutControl<T> instead namespace CLAM { template<class ControlDataType> class TypedOutControl : public OutControl<ControlDataType> { public: TypedOutControl(const std::string &name = "unnamed typed in control", Processing * proc = 0) : OutControl<ControlDataType>(name, proc) { } }; } #endif // _TypedOutControl_
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare