Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3958

Show
Ignore:
Timestamp:
10/03/08 22:23:05 (2 months ago)
Author:
kris
Message:

changed visibility to address #1309 (note that LogEvent? is package instead of public)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/common/tango/core/Exception.d

    r3389 r3958  
    224224 * The basic exception thrown by the tango.io.vfs package. 
    225225 */ 
    226 private class VfsException : IOException 
     226class VfsException : IOException 
    227227{ 
    228228    this( char[] msg ) 
     
    235235 * The basic exception thrown by the tango.io.cluster package. 
    236236 */ 
    237 private class ClusterException : IOException 
     237class ClusterException : IOException 
    238238{ 
    239239    this( char[] msg ) 
  • trunk/tango/io/vfs/model/Vfs.d

    r3540 r3958  
    3232 
    3333// return false to exclude something 
    34 public alias bool delegate(VfsInfo) VfsFilter; 
    35  
    36  
    37 /******************************************************************************* 
    38  
    39 *******************************************************************************/ 
    40  
    41 private struct VfsStats 
     34alias bool delegate(VfsInfo) VfsFilter; 
     35 
     36 
     37/******************************************************************************* 
     38 
     39*******************************************************************************/ 
     40 
     41struct VfsStats 
    4242{ 
    4343        ulong   bytes;                  // byte count of files 
  • trunk/tango/util/log/Log.d

    r3908 r3958  
    12761276*******************************************************************************/ 
    12771277 
    1278 private struct LogEvent 
     1278package struct LogEvent 
    12791279{ 
    12801280        private char[]          msg_,