summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-02-12 09:01:27 +0100
committerJan Synacek <jsynacek@redhat.com>2013-02-12 09:01:47 +0100
commit06a5838dfdb98a135463b554e3fbb494f2d6edfb (patch)
tree8bec0c5240ab683d44e6fdfe300bb256216c4876
parent7f40ebbf575d93a9d0bc540c484969ec614f308b (diff)
downloadopenlmi-providers-06a5838dfdb98a135463b554e3fbb494f2d6edfb.tar.gz
openlmi-providers-06a5838dfdb98a135463b554e3fbb494f2d6edfb.tar.xz
openlmi-providers-06a5838dfdb98a135463b554e3fbb494f2d6edfb.zip
LogicalFile: add forgotten mof file
-rw-r--r--mof/LMI_LogicalFile.mof52
1 files changed, 52 insertions, 0 deletions
diff --git a/mof/LMI_LogicalFile.mof b/mof/LMI_LogicalFile.mof
new file mode 100644
index 0000000..fa3bebc
--- /dev/null
+++ b/mof/LMI_LogicalFile.mof
@@ -0,0 +1,52 @@
+/*
+ * Copyright (C) 2012 Red Hat, Inc. 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Authors: Jan Synacek <jsynacek@redhat.com>
+ */
+
+
+class LMI_UnixFile : CIM_UnixFile
+{
+};
+
+class LMI_DataFile : CIM_DataFile
+{
+};
+
+class LMI_UnixDeviceFile : CIM_UnixDeviceFile
+{
+};
+
+class LMI_UnixDirectory : CIM_UnixDirectory
+{
+};
+
+class LMI_FIFOPipeFile : CIM_FIFOPipeFile
+{
+};
+
+class LMI_SymbolicLink : CIM_SymbolicLink
+{
+};
+
+class LMI_FileIdentity : CIM_FileIdentity
+{
+};
+
+class LMI_DirectoryContainsFile : CIM_DirectoryContainsFile
+{
+};