banshee r3051 - in trunk/banshee/src/Core/Hyena: . Hyena.SExpEngine
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3051 - in trunk/banshee/src/Core/Hyena: . Hyena.SExpEngine
- Date: Sun, 27 Jan 2008 05:42:17 +0000 (GMT)
Author: abock
Date: Sun Jan 27 05:42:17 2008
New Revision: 3051
URL: http://svn.gnome.org/viewvc/banshee?rev=3051&view=rev
Log:
Fixed build with sexp
Modified:
trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/EvaluatorBase.cs
trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionNode.cs
trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionSet.cs
trunk/banshee/src/Core/Hyena/Makefile.am
Modified: trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/EvaluatorBase.cs
==============================================================================
--- trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/EvaluatorBase.cs (original)
+++ trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/EvaluatorBase.cs Sun Jan 27 05:42:17 2008
@@ -27,6 +27,9 @@
//
using System;
+using System.Reflection;
+using System.Collections.Generic;
+using System.Collections.ObjectModel;
namespace Hyena.SExpEngine
{
Modified: trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionNode.cs
==============================================================================
--- trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionNode.cs (original)
+++ trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionNode.cs Sun Jan 27 05:42:17 2008
@@ -27,6 +27,7 @@
//
using System;
+using System.Collections.Generic;
namespace Hyena.SExpEngine
{
Modified: trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionSet.cs
==============================================================================
--- trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionSet.cs (original)
+++ trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionSet.cs Sun Jan 27 05:42:17 2008
@@ -27,6 +27,7 @@
//
using System;
+using System.Reflection;
namespace Hyena.SExpEngine
{
Modified: trunk/banshee/src/Core/Hyena/Makefile.am
==============================================================================
--- trunk/banshee/src/Core/Hyena/Makefile.am (original)
+++ trunk/banshee/src/Core/Hyena/Makefile.am Sun Jan 27 05:42:17 2008
@@ -46,6 +46,22 @@
Hyena.Data/ModelSelection.cs \
Hyena.Data/PropertyStore.cs \
Hyena.Data/SortType.cs \
+ Hyena.SExpEngine/ArithmeticFunctionSet.cs \
+ Hyena.SExpEngine/CastFunctionSet.cs \
+ Hyena.SExpEngine/CompareFunctionSet.cs \
+ Hyena.SExpEngine/ControlFunctionSet.cs \
+ Hyena.SExpEngine/EvaluatorBase.cs \
+ Hyena.SExpEngine/Evaluator.cs \
+ Hyena.SExpEngine/FunctionFunctionSet.cs \
+ Hyena.SExpEngine/FunctionNode.cs \
+ Hyena.SExpEngine/FunctionSet.cs \
+ Hyena.SExpEngine/ListFunctionSet.cs \
+ Hyena.SExpEngine/Literals.cs \
+ Hyena.SExpEngine/LogicFunctionSet.cs \
+ Hyena.SExpEngine/Parser.cs \
+ Hyena.SExpEngine/StringFunctionSet.cs \
+ Hyena.SExpEngine/TreeNode.cs \
+ Hyena.SExpEngine/UtilityFunctionSet.cs \
Hyena/IUndoAction.cs \
Hyena/Timer.cs \
Hyena/UndoManager.cs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]