Files
Work/nntp/STDTMPL.CPP
2024-08-07 09:16:27 -04:00

62 lines
1.5 KiB
C++

#ifndef _MSC_VER
#define _EXPAND_VECTOR_TEMPLATES_
#define _EXPAND_BLOCK_TEMPLATES_
#include <common/callback.hpp>
#include <common/callback.tpp>
#include <common/pvector.hpp>
#include <common/pvector.tpp>
#include <common/pointer.hpp>
#include <common/pointer.tpp>
#include <common/block.hpp>
#include <common/block.tpp>
#include <common/purebmp.hpp>
#include <display/editwnd.hpp>
#include <display/guibrdr.hpp>
#include <thread/tcallbck.hpp>
#include <thread/tcallbck.tpp>
#include <bsptree/btree.hpp>
#include <bsptree/btree.tpp>
#include <nntp/dirtree.hpp>
#include <nntp/direntry.hpp>
#include <nntp/newsgrp.hpp>
#include <nntp/listitem.hpp>
#include <nntp/nntpthrd.hpp>
#include <nntp/nntprsp.hpp>
#include <common/pointer.hpp>
#include <common/pointer.tpp>
class EditWindow;
class MainWindow;
class RasDialog;
class DirDialog;
class OptionsDialog;
class ServerDialog;
class GroupDialog;
class EntryDialog;
typedef ThreadCallback<NNTPThread> a;
typedef ThreadCallback<DirTree> b;
typedef ThreadCallback<MainWindow> c;
typedef Callback<DirTree> d;
typedef Callback<GroupDialog> e;
typedef Callback<EntryDialog> f;
typedef Callback<ServerDialog> g;
typedef Callback<DirDialog> h;
typedef Callback<OptionsDialog> i;
typedef Callback<RasDialog> j;
typedef Block<DirEntry> k;
typedef Block<PureBitmap> l;
typedef Block<NewsGroup> m;
typedef Block<ListItem> n;
typedef Block<NNTPResponse> o;
typedef SmartPointer<DirTree> p;
typedef SmartPointer<EditWindow> q;
typedef PureVector<ThreadCallbackPointer> r;
typedef BTree<String> s;
#endif