Subversion Repositories DevTools

Rev

Rev 6914 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6914 Rev 7033
Line 27... Line 27...
27
	/** Daemon Mode only 
27
	/** Daemon Mode only 
28
	 *  pkg_id of the package being built
28
	 *  pkg_id of the package being built
29
	 */
29
	 */
30
	public int mPkgId = 0;
30
	public int mPkgId = 0;
31
	
31
	
32
	/** Deamon Mode Only
32
	/** Daemon Mode Only
33
	 * pv_id of the package being built
33
	 * pv_id of the package being built
34
	 */
34
	 */
35
	public int mPvId = 0;
35
	public int mPvId = 0;
36
	
36
	
37
}
37
}