casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Register.h
Go to the documentation of this file.
1 //# Register.h: Register the casacore::DataManager create functiuons.
2 //# Copyright (C) 2012
3 //# Associated Universities, Inc. Washington DC, USA.
4 //# (c) European Southern Observatory, 2012
5 //# Copyright by ESO (in the framework of the ALMA collaboration)
6 //#
7 //# This library is free software; you can redistribute it and/or modify it
8 //# under the terms of the GNU Library General Public License as published by
9 //# the Free Software Foundation; either version 2 of the License, or (at your
10 //# option) any later version.
11 //#
12 //# This library is distributed in the hope that it will be useful, but WITHOUT
13 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
15 //# License for more details.
16 //#
17 //# You should have receied a copy of the GNU Library General Public License
18 //# along with this library; if not, write to the Free Software Foundation,
19 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
20 //#
21 //# Correspondence concerning AIPS++ should be addressed as follows:
22 //# Internet email: aips2-request@nrao.edu.
23 //# Postal address: AIPS++ Project Office
24 //# National Radio Astronomy Observatory
25 //# 520 Edgemont Road
26 //# Charlottesville, VA 22903-2475 USA
27 //# $Id: Register.h 14058 2009-09-18 12:30:43Z diepen $
28 
29 #ifndef ASDM_ASDMSTMAN_REGISTER_H
30 #define ASDM_ASDMSTMAN_REGISTER_H
31 
32 extern "C" {
33  void register_asdmstman();
34 }
35 
36 #endif
void register_asdmstman()