Changeset 51
- Timestamp:
- 07/08/04 01:19:05 (4 years ago)
- Files:
-
- trunk/AprSharp/dev/src/Apr.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprAllocator.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprArgumentException.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprArgumentNullException.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprArgumentOutOfRangeException.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprArray.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprException.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprFile.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprHash.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprHashIndex.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprInvalidOperationException.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprMemNode.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprNullReferenceException.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprPool.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprString.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprThreadMutex.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprTime.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AprTimeExp.cs (modified) (1 diff)
- trunk/AprSharp/dev/src/AssemblyInfo.cs (modified) (2 diffs)
- trunk/AprSharp/dev/src/IAprUnmanaged.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/AprSharp/dev/src/Apr.cs
r41 r51 1 // 2 // Softec 3 // 4 // Contact: 5 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 8 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 3 // 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 8 // 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 13 // 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 // 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprAllocator.cs
r45 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprArgumentException.cs
r29 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 10 22 // 11 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 26 // 12 27 using System; 13 28 using System.Runtime.Serialization; trunk/AprSharp/dev/src/AprArgumentNullException.cs
r29 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 10 22 // 11 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 26 // 12 27 using System; 13 28 using System.Runtime.Serialization; trunk/AprSharp/dev/src/AprArgumentOutOfRangeException.cs
r29 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 10 22 // 11 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 26 // 12 27 using System; 13 28 using System.Runtime.Serialization; trunk/AprSharp/dev/src/AprArray.cs
r49 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprException.cs
r4 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 10 22 // 11 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 26 // 12 27 using System; 13 28 using System.Runtime.Serialization; trunk/AprSharp/dev/src/AprFile.cs
r45 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprHash.cs
r45 r51 1 // 2 // Softec 3 // 4 // Contact: 5 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 8 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 3 // 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 8 // 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 13 // 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 // 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprHashIndex.cs
r45 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprInvalidOperationException.cs
r29 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 10 22 // 11 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 26 // 12 27 using System; 13 28 using System.Runtime.Serialization; trunk/AprSharp/dev/src/AprMemNode.cs
r45 r51 1 // 2 // Softec 3 // 4 // Contact: 5 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 8 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 3 // 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 8 // 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 13 // 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 // 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprNullReferenceException.cs
r29 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 10 22 // 11 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 26 // 12 27 using System; 13 28 using System.Runtime.Serialization; trunk/AprSharp/dev/src/AprPool.cs
r45 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprString.cs
r48 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprThreadMutex.cs
r45 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprTime.cs
r10 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AprTimeExp.cs
r45 r51 1 // 2 // Softec 3 // 4 // Contact: 5 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 8 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 3 // 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 8 // 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 13 // 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 // 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; trunk/AprSharp/dev/src/AssemblyInfo.cs
r1 r51 1 // AprSharp, a C# wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System; … … 19 35 // you compile. 20 36 21 [assembly: AssemblyTitle(" Wrapper classes for APR")]22 [assembly: AssemblyDescription(" Encapsulate APR pools and other APR utility classes")]37 [assembly: AssemblyTitle("AprSharp, an APR wrapper")] 38 [assembly: AssemblyDescription("A C# wrapper library around the Apache Runtime Library")] 23 39 [assembly: AssemblyConfiguration("")] 24 40 [assembly: AssemblyCompany("SOFTEC sa")] 25 41 [assembly: AssemblyProduct("AprSharp")] 26 [assembly: AssemblyCopyright("Copyright 2004 by SOFTEC. All rights reserved.")] 42 [assembly: AssemblyCopyright( 43 @" Copyright 2004 by SOFTEC sa 44 45 This library is free software; you can redistribute it and/or 46 modify it under the terms of the GNU Lesser General Public 47 License as published by the Free Software Foundation; either 48 version 2.1 of the License, or (at your option) any later version. 49 50 This library is distributed in the hope that it will be useful, 51 but WITHOUT ANY WARRANTY; without even the implied warranty of 52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 53 Lesser General Public License for more details. 54 55 You should have received a copy of the GNU Lesser General Public 56 License along with this library; if not, write to the Free Software 57 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA")] 27 58 [assembly: AssemblyTrademark("")] 28 59 [assembly: AssemblyCulture("")] trunk/AprSharp/dev/src/IAprUnmanaged.cs
r45 r51 1 // AprSharp, a wrapper library around the Apache Runtime Library 2 // Copyright (C) 2004 SOFTEC sa. 1 3 // 2 // Softec 4 // This library is free software; you can redistribute it and/or 5 // modify it under the terms of the GNU Lesser General Public 6 // License as published by the Free Software Foundation; either 7 // version 2.1 of the License, or (at your option) any later version. 3 8 // 4 // Contact: 9 // This library is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 // Lesser General Public License for more details. 5 13 // 6 // Designed by Denis Gervalle and Olivier Desaive 7 // Written by Denis Gervalle 14 // You should have received a copy of the GNU Lesser General Public 15 // License along with this library; if not, write to the Free Software 16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 17 // 9 // Copyright 2004 by SOFTEC. All rights reserved. 18 // Sources, support options and lastest version of the complete library 19 // is available from: 20 // http://www.softec.st/ClrProjects/AprSharp 21 // 22 // 23 // Initial authors : 24 // Denis Gervalle 25 // Olivier Desaive 10 26 // 11 27 using System;