コード例 #1
0
ファイル: Datasource.cs プロジェクト: jlkjxyshangli/rrd4net
 /**
  * Required to implement RrdUpdater interface. You should never call this method directly.
  *
  * @return Allocator object
  */
 public RrdAllocator getRrdAllocator()
 {
     return(parentDb.getRrdAllocator());
 }