~ubuntu-branches/ubuntu/intrepid/schroot/intrepid

« back to all changes in this revision

Viewing changes to doc/schroot/html/dchroot-dsa-chroot-config_8h-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2006-07-08 18:33:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708183328-rlo4mpldmyoda55q
Tags: 0.99.2-2ubuntu1
* remerge ubuntu changes:
  + debian/control: libpam-dev (>> 0.79-3ubuntu6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>schroot: dchroot-dsa/dchroot-dsa-chroot-config.h Source File</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.4.7 -->
 
8
<div class="tabs">
 
9
  <ul>
 
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
11
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
 
12
    <li><a href="annotated.html"><span>Classes</span></a></li>
 
13
    <li id="current"><a href="files.html"><span>Files</span></a></li>
 
14
    <li><a href="dirs.html"><span>Directories</span></a></li>
 
15
  </ul></div>
 
16
<div class="tabs">
 
17
  <ul>
 
18
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
 
19
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
 
20
  </ul></div>
 
21
<div class="nav">
 
22
<a class="el" href="dir_0800364c549c814940bfb1c0250b6b6c.html">dchroot-dsa</a></div>
 
23
<h1>dchroot-dsa-chroot-config.h</h1><a href="dchroot-dsa-chroot-config_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Copyright © 2005-2006  Roger Leigh &lt;rleigh@debian.org&gt;</span>
 
24
<a name="l00002"></a>00002 <span class="comment"> *</span>
 
25
<a name="l00003"></a>00003 <span class="comment"> * schroot is free software; you can redistribute it and/or modify it</span>
 
26
<a name="l00004"></a>00004 <span class="comment"> * under the terms of the GNU General Public License as published by</span>
 
27
<a name="l00005"></a>00005 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
 
28
<a name="l00006"></a>00006 <span class="comment"> * (at your option) any later version.</span>
 
29
<a name="l00007"></a>00007 <span class="comment"> *</span>
 
30
<a name="l00008"></a>00008 <span class="comment"> * schroot is distributed in the hope that it will be useful, but</span>
 
31
<a name="l00009"></a>00009 <span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of</span>
 
32
<a name="l00010"></a>00010 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
 
33
<a name="l00011"></a>00011 <span class="comment"> * General Public License for more details.</span>
 
34
<a name="l00012"></a>00012 <span class="comment"> *</span>
 
35
<a name="l00013"></a>00013 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
 
36
<a name="l00014"></a>00014 <span class="comment"> * along with this program; if not, write to the Free Software</span>
 
37
<a name="l00015"></a>00015 <span class="comment"> * Foundation, Inc., 59 Temple Place, Suite 330, Boston,</span>
 
38
<a name="l00016"></a>00016 <span class="comment"> * MA  02111-1307  USA</span>
 
39
<a name="l00017"></a>00017 <span class="comment"> *</span>
 
40
<a name="l00018"></a>00018 <span class="comment"> *********************************************************************/</span>
 
41
<a name="l00019"></a>00019 
 
42
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef DCHROOT_DSA_CHROOT_CONFIG_H</span>
 
43
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define DCHROOT_DSA_CHROOT_CONFIG_H</span>
 
44
<a name="l00022"></a>00022 <span class="preprocessor"></span>
 
45
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;<a class="code" href="sbuild-chroot-config_8h.html">sbuild/sbuild-chroot-config.h</a>&gt;</span>
 
46
<a name="l00024"></a>00024 
 
47
<a name="l00025"></a><a class="code" href="namespacedchroot__dsa.html">00025</a> <span class="keyword">namespace </span>dchroot_dsa
 
48
<a name="l00026"></a>00026 {
 
49
<a name="l00027"></a>00027 
 
50
<a name="l00035"></a><a class="code" href="classdchroot__dsa_1_1chroot__config.html">00035</a>   <span class="keyword">class </span><a class="code" href="classdchroot__dsa_1_1chroot__config.html">chroot_config</a> : <span class="keyword">public</span> sbuild::<a class="code" href="classdchroot__dsa_1_1chroot__config.html">chroot_config</a>
 
51
<a name="l00036"></a>00036   {
 
52
<a name="l00037"></a>00037   <span class="keyword">public</span>:
 
53
<a name="l00039"></a>00039     <a class="code" href="classdchroot__dsa_1_1chroot__config.html#24e9f935f723bb1090157225a2fe9105">chroot_config</a> ();
 
54
<a name="l00040"></a>00040 
 
55
<a name="l00049"></a>00049     <a class="code" href="classdchroot__dsa_1_1chroot__config.html#24e9f935f723bb1090157225a2fe9105">chroot_config</a> (std::string <span class="keyword">const</span>&amp; file,
 
56
<a name="l00050"></a>00050                    <span class="keywordtype">bool</span>               active);
 
57
<a name="l00051"></a>00051 
 
58
<a name="l00053"></a>00053     <span class="keyword">virtual</span> <a class="code" href="classdchroot__dsa_1_1chroot__config.html#dd25fa9f67e2db1030b27cc1a6a71d79">~chroot_config</a> ();
 
59
<a name="l00054"></a>00054 
 
60
<a name="l00055"></a>00055   <span class="keyword">private</span>:
 
61
<a name="l00056"></a>00056     <span class="keyword">virtual</span> <span class="keywordtype">void</span>
 
62
<a name="l00057"></a>00057     <a class="code" href="classdchroot__dsa_1_1chroot__config.html#32a3a4e480c9c0a526dea65abceb7e62">parse_data</a> (std::istream&amp; stream,
 
63
<a name="l00058"></a>00058                 <span class="keywordtype">bool</span>          active);
 
64
<a name="l00059"></a>00059   };
 
65
<a name="l00060"></a>00060 
 
66
<a name="l00061"></a>00061 }
 
67
<a name="l00062"></a>00062 
 
68
<a name="l00063"></a>00063 <span class="preprocessor">#endif </span><span class="comment">/* DCHROOT_DSA_CHROOT_CONFIG_H */</span>
 
69
<a name="l00064"></a>00064 
 
70
<a name="l00065"></a>00065 <span class="comment">/*</span>
 
71
<a name="l00066"></a>00066 <span class="comment"> * Local Variables:</span>
 
72
<a name="l00067"></a>00067 <span class="comment"> * mode:C++</span>
 
73
<a name="l00068"></a>00068 <span class="comment"> * End:</span>
 
74
<a name="l00069"></a>00069 <span class="comment"> */</span>
 
75
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Jul 6 19:21:41 2006 for schroot by&nbsp;
 
76
<a href="http://www.doxygen.org/index.html">
 
77
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
 
78
</body>
 
79
</html>