Commit 347dad64 authored by Gino Tosti's avatar Gino Tosti
Browse files

remove tmp

parent 1cfc6667
Loading
Loading
Loading
Loading

test/tmp/Amc/ChangeLog

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

File deleted.

+0 −707

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −240

File deleted.

Preview size limit exceeded, changes collapsed.

test/tmp/Amc/idl/Amc.idl

deleted100644 → 0
+0 −47
Original line number Original line Diff line number Diff line
#ifndef Amc_IDL
#define Amc_IDL
/*
 * ASTRI - Template based on ALMA Software Templates
 * (c) INAF/UNIPG, 2014 
 * ALAMA - Acatama Large Millimeter Array
 * (c) European Southern Observatory, 2010
 * (c) Associated Universities Inc., 2010
 * Copyright by ESO (in the framework of the ALMA collaboration),
 * Copyright by AUI (in the framework of the ALMA collaboration),
 * All rights reserved.
 *
 * 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
 *
 *  Generated by: Gino Tosti
 *  Date: 21/06/16
 *  Description: Amc Interface 
 *
 */
/**
 * Device interface to Amc
 */

#include <AmcBase.idl>

#pragma prefix "astri"

module tcs
{
    interface Amc: tcs::AmcBase
    {
    };
};
#endif /* Amc_IDL */
Loading