From a738691c1e90a80ba0f741baeaf8b204eafa6a86 Mon Sep 17 00:00:00 2001 From: Sergey Yanovich Date: Fri, 14 Dec 2007 20:17:14 +0200 Subject: [PATCH] [base] Drop unused interface --- abstract/base/aaIEntry.idl | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 abstract/base/aaIEntry.idl diff --git a/abstract/base/aaIEntry.idl b/abstract/base/aaIEntry.idl deleted file mode 100644 index fc3b2e1..0000000 --- a/abstract/base/aaIEntry.idl +++ /dev/null @@ -1,39 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sw=2 sts=2 et cindent tw=79 ft=idl: */ -/* - * Copyright (C) 2007 Sergey Yanovich - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This program 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 - * General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - -#include "aaIDataNode.idl" - -interface aaIFact; -interface aaIAccount; - -/* - * The aaIEntry interface - * @status UNSTABLE - */ - -[scriptable, uuid(1d795841-d028-49cb-a81a-39685989d690)] -interface aaEntry : aaIDataNode -{ - attribute aaIFact fact; - attribute aaIAccount account; - attribute double value; -}; - -- 2.11.4.GIT