1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* deployment.cpp: Deployment Class support
*
* Copyright 2008 Novell, Inc. (http://www.novell.com)
*
* See the LICENSE file included with the distribution for details.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <glib.h>
#include "deployment.h"
|