-namespace {
-
-template<typename T>
-struct USER_IS
-{
- explicit USER_IS(USER_PTR u) : user(u) {}
- bool operator()(const T & notifier) { return notifier.GetUser() == user; }
-
- USER_PTR user;
-};
-
-PLUGIN_CREATOR<REMOTE_SCRIPT> rsc;
-
-} // namespace anonymous
-
-extern "C" PLUGIN * GetPlugin();
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-//-----------------------------------------------------------------------------
-PLUGIN * GetPlugin()