From b4eced64efad35beeb2004243ca26bf7eb20eaba Mon Sep 17 00:00:00 2001 From: wimpie Date: Fri, 07 Jan 2005 15:23:23 +0000 Subject: All NS2 libraries are now properly working plugins --- (limited to 'noncore/settings/networksettings2/profile/profile_NN.cpp') diff --git a/noncore/settings/networksettings2/profile/profile_NN.cpp b/noncore/settings/networksettings2/profile/profile_NN.cpp index 6028ea5..1e6912e 100644 --- a/noncore/settings/networksettings2/profile/profile_NN.cpp +++ b/noncore/settings/networksettings2/profile/profile_NN.cpp @@ -2,12 +2,8 @@ #include "profile_NN.h" #include "profile_NNI.h" -#ifndef MYPLUGIN - #include "netnodeinterface.h" -#endif - static const char * ProfileNeeds[] = { "connection", 0 @@ -59,17 +55,4 @@ void ProfileNetNode::setSpecificAttribute( QString & , QString & ) { void ProfileNetNode::saveSpecificAttribute( QTextStream & ) { } -#ifdef MYPLUGIN - -extern "C" { -void create_plugin( QList & PNN ) { - PNN.append( new ProfileNetNode() ); -} - -#else - -OPIE_NS2_PLUGIN( NetNodeInterface ) - -#endif - -} +OPIE_NS2_PLUGIN( NetNodeInterface_T ) -- cgit v0.9.0.2