Commit 3948d47b authored by Gino Tosti's avatar Gino Tosti
Browse files

Added Tmcdb support

parent 9d498ba8
Loading
Loading
Loading
Loading

PPPP/ChangeLog

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
"@(#) $Id$"

PPPP/idl/PPPP.idl

deleted100644 → 0
+0 −52
Original line number Diff line number Diff line
/*
 * ASTRI - Template based on ALMA Software Templates
 * (c) INAF/UNIPG, 2014 
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY, without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 * MA 02111-1307  USA
 *
 * WARNING! DO NOT MODIFY THIS FILE!
 *  ---------------------------------------------------------
 * | This is generated code!  Do not modify this file.       |
 * | Any changes will be lost when the file is re-generated. |
 *  ---------------------------------------------------------
 *
 *  Generated by: Gino Tosti
 *  Date: 21/04/19
 *  Description: Component PPPP
 *
 */
 
#ifndef PPPP_idl
#define PPPP_idl

// simple template for compontent: PPPP
#include <acserr.idl>
#include <acscommon.idl>
#include <acscomponent.idl>

#pragma  prefix "astri"


module test {
  // Component PPPP 
  interface PPPP:ACS::ACSComponent {

 	string sayHello(); 
	string sayHelloWithParameters(in string inString,
	inout double inoutDouble, out long outInt);
    };
};
#endif

PPPP/lib/PPPP.jar

deleted100644 → 0
−14.7 KiB

File deleted.

PPPP/lib/PPPP_lib.jar

deleted100644 → 0
−5.03 KiB

File deleted.

PPPP/lib/libPPPPStubs.a

deleted100644 → 0
−2.32 MiB

File deleted.

Loading