// Copyright (C) 2000 Jean-Marc Valin

#include "ExternalApp.h"

using namespace std;

namespace FD {

map<string, AppFactory *> &ExternalApp::factories()
{
   static map<string, AppFactory *> ret;
   return ret;
}

}//namespace FD


syntax highlighted by Code2HTML, v. 0.9.1